Fix Garmin Connect IQ INCOMING_MESSAGE crash - v2.20.26 - #4276
Merged
Conversation
Fixes crash caused by Garmin Connect Mobile app update (v5.20.1, Jan 15, 2026). The IQMessageReceiverWrapper was not handling the INCOMING_MESSAGE broadcast action, causing IllegalArgumentException when deserializing IQDevice Parcelable. Changes: - Added INCOMING_MESSAGE action handler in IQMessageReceiverWrapper.java - Updated version to 2.20.26 (build 1274) in all required files: * AndroidManifest.xml * main.qml * qdomyos-zwift.pri - Updated CLAUDE.md with version update instructions Error fixed: java.lang.IllegalArgumentException: 8 > -1218333925 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This logging will help diagnose the crash by showing: - All Intent extras and their types - Parcelable deserialization attempts - Exact point where exceptions occur - Full stack traces This will confirm if the INCOMING_MESSAGE fix is sufficient or if there are other underlying issues causing the crash.
Owner
Author
|
#4269 was not fixing it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes crash caused by Garmin Connect Mobile app update (v5.20.1, Jan 15, 2026).
The IQMessageReceiverWrapper was not handling the INCOMING_MESSAGE broadcast action, causing IllegalArgumentException when deserializing IQDevice Parcelable.
Changes:
Error fixed: java.lang.IllegalArgumentException: 8 > -1218333925